Esx Settings HardwareSupport Managers Packages Versions ComponentInfo

Esx Settings HardwareSupport Managers Packages Versions ComponentInfo
Esx Settings HardwareSupport Managers Packages Versions ComponentInfo

The Esx Settings HardwareSupport Managers Packages Versions ComponentInfo schema defines the information regarding a component present in HSP manifest.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "name": "string",
    "display_name": "string",
    "version": "string",
    "display_version": "string"
}
string
name
Required  

Identifier of the component.

This property was added in vSphere API 7.0.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.esx.settings.component. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.esx.settings.component.

string
display_name
Required  

Display name of the component.

This property was added in vSphere API 7.0.0.0.

string
version
Required  

Version of the component.

This property was added in vSphere API 7.0.0.0.

string
display_version
Required  

Human readable version of the HSP manifest.

This property was added in vSphere API 7.0.0.0.